home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / CPEditText 1.2 / READ ME < prev   
Text File  |  1994-05-03  |  924b  |  26 lines

  1. Name: CPEditText
  2. Version: 1.2
  3. Category: classes
  4. Contributor: Chris Wysocki <wysocki@netcom.com>
  5. Date: 93-10-20
  6. TCL-Version: 1.1.x
  7. TCL-Language: C
  8. Copyright: Copyright (C) 1992 Christopher R. Wysocki.  All rights reserved.
  9.  
  10. CPEditText is a class for version 1.1.x of Symantec's THINK Class
  11. Library that implements a simple text editing pane.  It can be used as
  12. a direct replacement for the standard TCL CEditText class, provided
  13. that the word wrapping feature of CEditText is not used.  However,
  14. since CPEditText does not use the standard Macintosh TextEdit
  15. routines, it supports fixed-width tabs and can be used to display and
  16. edit more than 32k of text.  
  17.  
  18. Version 1.1 provides improved performance when editing large text buffers 
  19. and a number of other minor enhancements.
  20.  
  21. Version 1.2 is compatible with SC++ and TCL 1.1.3, but functionally is
  22. pretty much the same as previous versions.
  23.  
  24. Chris Wysocki
  25. wysocki@netcom.com
  26.